home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d945.lha / Reminder / QuickRef.doc < prev    next >
Text File  |  1993-12-20  |  4KB  |  161 lines

  1.           QUICK REFERENCE FOR REMINDER 1.10
  2.           =================================
  3.  
  4.  
  5.     Reminder and ReminderCheck are (C) 1993 Matti Rintala
  6.  
  7.  
  8.  
  9.  
  10. This is a quick reference for those people who are too lazy or
  11. impatient to read much. For full documentation see TeX documentation
  12. Reminder.tex and Reminder.dvi. For uglier full documentation see
  13. Reminder.doc. For AmigaGuide documentation see Reminder.guide. Enough.
  14.  
  15.                    General
  16.                    -------
  17.  
  18. Use Reminder to enter and edit dates you want to be reminded about.
  19. Put ReminderCheck to SYS:WBStartup. It runs on bootup, reminds you if
  20. necessary and then quits.
  21.  
  22.  
  23.                    Reminder
  24.                    --------
  25.  
  26. Day-gadget:
  27.         Day of month of your event. If left empty, means 'any
  28.         day'.
  29.  
  30. Month-gadget:
  31.         Month of your event. Pick from list or write into
  32.         gadget (beginning of month is enough, or the number).
  33.         If left empty or 'ANY', means 'any month'.
  34.  
  35. Year-gadget:
  36.         Year of your event. From 1993-2099. 93-99 ->
  37.         1993-1999, 00-92 -> 2000-2092. If left empty, means
  38.         'any year'.
  39.  
  40. Weekday-gadget:    READ CAREFULLY!
  41.         Weekday restriction. If ANY, no restriction. Otherwise
  42.         the event is ON THE NEXT SPECIFIED WEEKDAY ON OR AFTER
  43.         THE DATE ENTERED.
  44.  
  45.         The text gadget above Day-gadget shows the weeday for
  46.         non-repeating events which haven't got a weekday
  47.         specified. DO NOT COPY THIS WEEKDAY TO WEEKDAY-GADGET!
  48.         LET THE WEEKDAY-GADGET BE ``ANY'' (THAT'S WHAT YOU
  49.         WANT, ANYWAY).
  50.  
  51. Examples:
  52.  
  53. Weekday        Day    Month    Year    Explanation
  54.  
  55. ANY        22    March    1993    March 22nd, 1993
  56. ANY        22    March        March 22nd, every year
  57. Thursday     1    ANY    1993    First Thursday of every month
  58.                     on 1993
  59. Monday         8    ANY        Second Monday of every month
  60. Sunday                    Every Sunday
  61.  
  62.  
  63. Text-gadget:
  64.         Text describing your event. Max 80 chars.
  65.  
  66. Before-gadget:
  67. After-gadget:
  68.         How many days before and after the event the reminding
  69.         should take place. If empty, means 0.
  70.  
  71. Delete when... -gadget:
  72.         If checked, event is deleted automatically when event
  73.         is acknowledged.
  74.  
  75. Grouped-gadget:
  76.         If checked, this event may be put in single requester
  77.         with all other grouped events on the day it is due.
  78.  
  79. ARexx radio buttons:
  80.         ``Nothing'' means no ARexx. ``Script'' means start
  81.         ARexx script with name and argument given in
  82.         Comm/Script-gadget. Script gets date and event text
  83.         enclosed in double quotes as its last two arguments.
  84.         ``Command'' sends the ARexx command given in
  85.         Comm/Script-gadget to ARexx port given in Port-gadget.
  86.  
  87. Comm/Script-gadget:
  88.         Contains ARexx command/script associated with the
  89.         eveent. See above.
  90.  
  91. Port-gadget:
  92.         ARexx port to which the ARexx command associated with
  93.         the event is sent. See above.
  94.  
  95. New-gadget:
  96.         Reset event gadgets to initial values.
  97.  
  98. Add-gadget:
  99.         Add event to database.
  100.  
  101. Remove-gadget:
  102.         Remove gadget from database.
  103.  
  104. Update-gadget:
  105.         Replace selected event with event in date gadgets.
  106.  
  107. Quit, no save -gadget:
  108. Quit and save -gadget:
  109.         Self-explanatory. Window close gadget works also.
  110.  
  111. Keyboard shortcuts:
  112.         Underlined keys. 0-7 for weekdays. Cursor up and down
  113.         for event selection.
  114.  
  115. Icon tooltype or command line argument:
  116. FILE=filename
  117.         Defines the name of the database file. Default:
  118.         S:Reminder.data.
  119.  
  120.  
  121.  
  122.                 ReminderCheck
  123.                 -------------
  124.  
  125. Go away! -gadget:
  126.         Closes event requester, event not acknowledged (will
  127.         be reminded about on the next time also).
  128.  
  129. Acknowledge-gadget:
  130.         Closes event requester, event acknowledged. You won't
  131.         be reminded about the same date again.
  132.  
  133. Quit-gadget:
  134.         Terminate program immediately.
  135.  
  136. Keyboard shortcuts:
  137.         Underlined keys. ENTER = Go away!, ESC = Quit.
  138.  
  139. Icon tooltype or command line argument:
  140. FILE=filename
  141.         Defines the name of the database file. Default:
  142.         S:Reminder.data.
  143. INTERVAL=# hours
  144.         Minimum number of hours between two successive
  145.         remindings, no matter how often ReminderCheck is run.
  146. NORQETOOLS
  147.         Causes ReminderCheck not to use RqeTools.library.
  148.  
  149. NOAREXX
  150.         Causes ReminderCheck not to open RexxSysLib.library
  151.         nor to do anything with ARexx.
  152.  
  153. MAXGROUP=no of events
  154.         Maximum number of events in one grouped requester.
  155.         Should be small enough so that the requester fits the
  156.         screen.
  157.  
  158. DONOTWAIT
  159.         Should be icon tooltype if used in SYS:WBStartup.
  160.  
  161.